Spread Windows Forms 10.0 Product Documentation
DisplayFieldCollection<T> Class
Members 


Represents a collection for DisplayField.
Object Model
DisplayFieldCollection<T> Class
Syntax
'Declaration
 
Public Class DisplayFieldCollection(Of T As DisplayField) 
   Inherits GrapeCity.Win.Spread.InputMan.CellType.NamedObjectCollection(Of T)
'Usage
 
Dim instance As DisplayFieldCollection(Of T)
public class DisplayFieldCollection<T> : GrapeCity.Win.Spread.InputMan.CellType.NamedObjectCollection<T> 
where T: DisplayField
Type Parameters
T
Inheritance Hierarchy

System.Object
   System.Collections.CollectionBase
      GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<T>
         GrapeCity.Win.Spread.InputMan.CellType.NamedObjectCollection<T>
            GrapeCity.Win.Spread.InputMan.CellType.Fields.DisplayFieldCollection<T>
               GrapeCity.Win.Spread.InputMan.CellType.Fields.DateTimeDisplayFieldCollection

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

DisplayFieldCollection<T> Members
GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.